home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / dc-0_2.lha / dc-0.2 / ChangeLog next >
Text File  |  1993-05-21  |  3KB  |  78 lines

  1. Fri May 21 15:02:52 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  2.  
  3.         * Version 0.2 released.
  4.  
  5. Fri May 21 11:48:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6.  
  7.     * decimal.c (decimal_rem): Update to match fixes in decimal_div.
  8.  
  9. Thu May 20 03:12:41 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  10.  
  11.         * Makefile.in (realclean): Delete dc.info* and configure. 
  12.         (DISTFILES): Add `texinfo.tex' and `NEWS'.
  13.         texinfo.tex: New file (symlink to canonical source).
  14.         NEWS: New file. 
  15.  
  16. Wed May 19 11:30:09 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  17.  
  18.     * dc.c (dec_read): Accept only A through F.
  19.  
  20. Tue May 18 12:35:54 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  21.  
  22.     * dc.c (read_string): New arg STARTC to handle nested brackets.
  23.     (execute): Change calls to read_string.
  24.     (condop): Don't assume result of decimal_compare has abs value <= 1.
  25.     (popmacro): If no macro in progress, exit.
  26.  
  27. Sun May  2 00:42:47 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  28.  
  29.     * decimal.c (decimal_div): Include in trial_dividend the digit
  30.     at length2 + i - 2, if there is one.
  31.  
  32. Sat May  1 09:54:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  33.  
  34.     * decimal.c (decimal_parse): Don't use digits without recalculation
  35.     if some digit exceeds the radix.
  36.  
  37.     * dc.c (execute): Treat A...F as digits.
  38.     (dec_read): Treat A...F as digits.
  39.  
  40. Thu Apr 29 14:17:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  41.  
  42.     * decimal.h (bcopy): Use memcpy, not memmove.
  43.  
  44.     * decimal.c (flush_trailing_digits): Use explicit loop, not bcopy.
  45.  
  46. Tue Apr 20 17:21:27 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  47.  
  48.         * dc.c (pushsqrt): `precision' is an argument to `decimal_sqrt', not
  49.         `push'. 
  50.  
  51. Sat Apr 17 15:47:55 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  52.  
  53.         * All files: Updated GPL version number.
  54.  
  55.         * decimal.c: Include decimal.h and delete duplicate declarations.
  56.  
  57.         * decimal.h [!HAVE_BCOPY]: #define bcopy.
  58.         [!HAVE_BZERO]: #define bzero.
  59.  
  60. Sun Feb 10 22:06:15 1991  Richard Stallman  (rms at mole.ai.mit.edu)
  61.  
  62.     * dc.c (execute): Insert break; in \n case.
  63.  
  64. Sun Jul 29 17:50:14 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  65.  
  66.     * decimal.c (decimal_neg): New function.
  67.  
  68. Fri Jul 27 04:11:34 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  69.  
  70.     * bceval.c, bclex.c, bcprint.c, bcsym.c: Declare some functions
  71.     static. 
  72.  
  73. Mon Dec 25 03:01:49 1989  David J. MacKenzie  (djm at hobbes.ai.mit.edu)
  74.  
  75.     * Makefile: add some missing rules.
  76.  
  77.     * decimal.c: change a 'max' to 'MAX'.
  78.